Developing high-performance and scalable zend framework website [on hold]

Posted by Daniel on Super User See other posts from Super User or by Daniel
Published on 2013-06-30T15:03:36Z Indexed on 2013/06/30 16:23 UTC
Read the original article Hit count: 234

Filed under:
|
|
|
|

We are going to develop an ads website like http://www.gumtree.com/ (it will not be like this one but just to give you an ideea) and we are having some issues regarding performance and scalability. We are planning on using Zend Framework for this project but this is all that I'm sure off at this point. I don't think a classic approch like Zend Framework (PHP) + MySQL + Memcache + jQuery (and I would throw Doctrine 2 in there to) will fix result in a high-performance application.

I was thinking on making this a RESTful application (with Zend Framework) + NGINX (or maybe MongoDB) + Memcache (or eAccelerator -- I understand this will create problems with scalability on multiple servers) + jQuery or maybe throw Backbone.js in there, a CDN for static content, a server for images and a scalable server for the requests and the rest.

My questions are: - What do you think about my approch? - What solutions would you recommand for developing an high performance, scalable application expected to have a lot of traffic using PHP(Zend Framework 2)...I would be interested in your approch.

I should note that I'm a Zend developer, I'm working with Zend for over 3 years, this is why I'm choosing it.

© Super User or respective owner

Related posts about php

Related posts about mysql